- countEntitlements
void countEntitlements(int* count)
Undocumented in source. Be warned that the author may not have intended to support it.
- countSkus
void countSkus(int* count)
Undocumented in source. Be warned that the author may not have intended to support it.
- fetchEntitlements
void fetchEntitlements(void function(DiscordResult) callback)
Undocumented in source. Be warned that the author may not have intended to support it.
- fetchSkus
void fetchSkus(void function(DiscordResult) callback)
Undocumented in source. Be warned that the author may not have intended to support it.
- getEntitlement
DiscordResult getEntitlement(DiscordSnowflake entitlementId, DiscordEntitlement* entitlement)
Undocumented in source. Be warned that the author may not have intended to support it.
- getEntitlementAt
DiscordResult getEntitlementAt(int index, DiscordEntitlement* entitlement)
Undocumented in source. Be warned that the author may not have intended to support it.
- getSku
DiscordResult getSku(DiscordSnowflake skuId, DiscordSku* sku)
Undocumented in source. Be warned that the author may not have intended to support it.
- getSkuAt
DiscordResult getSkuAt(int index, DiscordSku* sku)
Undocumented in source. Be warned that the author may not have intended to support it.
- hasSkuEntitlement
DiscordResult hasSkuEntitlement(DiscordSnowflake skuId, bool* hasEntitlement)
Undocumented in source. Be warned that the author may not have intended to support it.
- startPurchase
void startPurchase(DiscordSnowflake skuId, void function(DiscordResult) callback)
Undocumented in source. Be warned that the author may not have intended to support it.